home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Classicos / RadioactiveSnakesFromMa.swf / scripts / DefineButton2_85 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2006-06-20  |  117 b   |  5 lines

  1. on(release){
  2.    mycol = new Color(this);
  3.    _root.player[_root.setup].fill[_parent.id] = mycol.getTransform();
  4. }
  5.